home *** CD-ROM | disk | FTP | other *** search
- 
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>Set Text of Text Field</title>
- <meta name="DHTMLScriptName" content="Set Text\Set Text of &Text Field">
-
- <meta name="DialogResizable" content="true">
- <meta name="DialogSize" content="525,265">
-
- <style>
- button { width: 8em; }
- table { border: none; border-collapse: collapse }
- </style>
- <script type="text/JavaScript">
- var L_NOMESSAGE_ErrorMessage = "Please enter a message";
- var L_NOVALIDFIELDS_ErrorMessage = "There are no valid fields for this action.";
- var L_FIELDNOTFOUND_ErrorMessage = "The specified field could not be found.";
- var L_MATCHEDBRACES_ErrorMessage = "All curly braces must be well matched and cannot be nested.";
- var L_SEMICOLONS_ErrorMessage = "Semicolons are not allowed in curly braces.";
- var L_EMPTYBRACES_ErrorMessage = "Curly braces cannot be empty.";
- var L_NOTAG_ErrorMessage = "Error: Cannot find tag in document.";
- var L_Unnamed_ListBox = "unnamed";
- var L_NotInForm_ListBox = "not in a form";
- var L_InForm_ListBox = "in form";
- var L_TargetForm_ListBox = "%1 %2 %3 %4";
- var L_Textarea_ListBox = "textarea";
- var L_Text_ListBox = "textbox";
- </script>
- <script type="text/JavaScript" src="FPLib.js"></script>
- <script type="text/JavaScript" src="DOM.js"></script>
- <script type="text/JavaScript" src="GetObj.js"></script>
- <script type="text/JavaScript" src="SetText.js"></script>
- <script type="text/JavaScript" src="Strings.js"></script>
- <script type="text/JavaScript" src="SetTxtTF.js"></script>
- </head>
- <body onload="initDialog(); safeFocus(theForm.TextFieldName)">
- <form id="theForm" name="theForm" onsubmit="Validate(); return false;">
- <table cellpadding="0" cellspacing="0" id="AutoNumber1" width="100%" height="100%">
- <tr>
- <td nowrap>
- <label for="TextFieldName">
-
- Text <u>F</u>ield:
- </label>
- </td>
- <td>
-
- </td>
- <td width="100%">
- <select size="1" name="TextFieldName" style="width: 100%" accesskey="f" id="TextFieldName">
-
- </select>
- </td>
- </tr>
- <tr height="1%">
- <td colspan="3">
-
- </td>
- </tr>
- <tr>
- <td colspan="2" nowrap>
- <label for="Message">
-
- New <u>T</u>ext:
- </label>
- </td>
- <td width="100%" rowspan="2">
- <textarea name="Message" rows="5" style="width: 100%; height: 100%" accesskey="t" id="Message"></textarea>
-
- </td>
- </tr>
- <tr>
- <td height="100%">
-
- </td>
- <td height="100%">
-
- </td>
- </tr>
- <tr height="1%">
- <td colspan="3">
-
- </td>
- </tr>
- <tr height="1%">
- <td colspan="3">
- <hr>
- <table width="100%">
- <tr>
- <td width="100%"> </td>
- <td>
- <button id="buttonOk" name="OK" value="OK" type="submit">
-
- OK
- </button>
- </td>
- <td> </td>
- <td>
- <button id="buttonCancel" name="Cancel" value="Cancel" onclick="CancelAction();">
-
- Cancel
- </button>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
-